+Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
+
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
- * gdk/x11/gdkimage-x11.c : retionalized multihead code
+ * gdk/x11/gdkimage-x11.c : rationalized multihead code
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
2002-04-30 Havoc Pennington <hp@redhat.com>
+Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
+
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
- * gdk/x11/gdkimage-x11.c : retionalized multihead code
+ * gdk/x11/gdkimage-x11.c : rationalized multihead code
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
2002-04-30 Havoc Pennington <hp@redhat.com>
+Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
+
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
- * gdk/x11/gdkimage-x11.c : retionalized multihead code
+ * gdk/x11/gdkimage-x11.c : rationalized multihead code
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
2002-04-30 Havoc Pennington <hp@redhat.com>
+Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
+
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
- * gdk/x11/gdkimage-x11.c : retionalized multihead code
+ * gdk/x11/gdkimage-x11.c : rationalized multihead code
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
2002-04-30 Havoc Pennington <hp@redhat.com>
+Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
+
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
- * gdk/x11/gdkimage-x11.c : retionalized multihead code
+ * gdk/x11/gdkimage-x11.c : rationalized multihead code
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
2002-04-30 Havoc Pennington <hp@redhat.com>
+Tue Apr 30 14:15:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
+
2002-04-30 Erwann Chenede - <erwann.chenede@sun.com>
- * gdk/x11/gdkimage-x11.c : retionalized multihead code
+ * gdk/x11/gdkimage-x11.c : rationalized multihead code
in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
2002-04-30 Havoc Pennington <hp@redhat.com>
* gtk_file_selection_get_filename:
* @filesel: a #GtkFileSelection
*
- * This function returns the selected filename in encoding of
- * g_filename_from_utf8(), which may or may not be the same as that
+ * This function returns the selected filename in the on-disk encoding
+ * (See g_filename_from_utf8()), which may or may not be the same as that
* used by GTK+ (UTF-8). To convert to UTF-8, call g_filename_to_utf8().
* The returned string points to a statically allocated buffer and
* should be copied if you plan to keep it around.
+ *
+ * If no file is selected then the selected directory path is returned.
*
- * Return value: currently-selected filename in locale's encoding
+ * Return value: currently-selected filename in the on-disk encoding.
**/
G_CONST_RETURN gchar*
gtk_file_selection_get_filename (GtkFileSelection *filesel)
/**
* gtk_plug_construct:
- * @display: the #GdkDisplay associated with @socket_id's #GtkSocket.
* @plug: a #GtkPlug.
* @socket_id: the XID of the socket's window.
*